home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / C-Cl / CD-ROM Tutorial.cpt / CD-ROM Tutorial / card_25896.txt < prev    next >
Text File  |  1990-04-04  |  4KB  |  208 lines

  1. -- card: 25896 from stack: in
  2. -- bmap block id: 27884
  3. -- flags: 0000
  4. -- background id: 10290
  5. -- name: Spiral page
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide background button "Continue"
  9.   hide card field blank
  10.   hide card field blank2
  11.   hide card button cd
  12.   delete line 1 of card field "cd"
  13.   set hilite of button start to true
  14.   set userLevel to 5
  15. end openCard
  16.  
  17.  
  18. -- part 5 (field)
  19. -- low flags: 00
  20. -- high flags: 0000
  21. -- rect: left=299 top=73 right=306 bottom=465
  22. -- title width / last selected line: 0
  23. -- icon id / first selected line: 0 / 0
  24. -- text alignment: 0
  25. -- font id: 3
  26. -- text size: 12
  27. -- style flags: 0
  28. -- line height: 16
  29. -- part name: 
  30.  
  31.  
  32. -- part 6 (field)
  33. -- low flags: 00
  34. -- high flags: 0000
  35. -- rect: left=68 top=35 right=68 bottom=430
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 1
  39. -- font id: 21
  40. -- text size: 18
  41. -- style flags: 256
  42. -- line height: 24
  43. -- part name: 
  44.  
  45.  
  46. -- part 7 (button)
  47. -- low flags: 00
  48. -- high flags: 0000
  49. -- rect: left=383 top=302 right=342 bottom=468
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: Menu
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   go to card id 28476
  61. end mouseUp
  62.  
  63.  
  64.  
  65.  
  66. -- part 10 (field)
  67. -- low flags: 80
  68. -- high flags: 0001
  69. -- rect: left=203 top=228 right=271 bottom=247
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 0 / 0
  72. -- text alignment: 0
  73. -- font id: 3
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: blank
  78.  
  79.  
  80. -- part 11 (field)
  81. -- low flags: 80
  82. -- high flags: 0001
  83. -- rect: left=93 top=226 right=273 bottom=145
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 0 / 0
  86. -- text alignment: 0
  87. -- font id: 3
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: blank2
  92.  
  93.  
  94. -- part 12 (field)
  95. -- low flags: 00
  96. -- high flags: 0000
  97. -- rect: left=178 top=100 right=132 bottom=233
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 0 / 0
  100. -- text alignment: 0
  101. -- font id: 21
  102. -- text size: 10
  103. -- style flags: 256
  104. -- line height: 13
  105. -- part name: cd
  106.  
  107.  
  108. -- part 13 (button)
  109. -- low flags: 80
  110. -- high flags: 0000
  111. -- rect: left=176 top=115 right=139 bottom=230
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 8538 / 8538
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: cd
  120.  
  121.  
  122. -- part 14 (button)
  123. -- low flags: 00
  124. -- high flags: E003
  125. -- rect: left=328 top=249 right=271 bottom=428
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 0 / 0
  128. -- text alignment: 1
  129. -- font id: 0
  130. -- text size: 12
  131. -- style flags: 0
  132. -- line height: 16
  133. -- part name: Start
  134. ----- HyperTalk script -----
  135. on mouseUp
  136.   choose lasso tool
  137.   click at 103,232 with commandKey
  138.   doMenu "copy picture"
  139.   set dragSpeed to 150
  140.   drag from 103,232 to 83,163
  141.   drag from 110,195 to 110,155 with commandKey
  142.   doMenu "cut picture"
  143.   show card field "blank2"
  144.   doMenu "undo"
  145.   choose browse tool
  146.   wait 1 second
  147.   choose lasso tool
  148.   click at 206,235 with commandKey
  149.   doMenu "copy picture"
  150.   set dragSpeed to 150
  151.   drag from 206,235 to 203,158
  152.   drag from 203,175 to  203,148 with commandKey
  153.   doMenu "cut picture"
  154.   show card field "blank"
  155.   doMenu "undo"
  156.   choose browse tool
  157.   click at 188,109
  158.   type "CD-ROM"
  159.   play "Harpsichord" tempo 380 "b3 c#4 d e f# g a#3 g4 f# e d c# d r f# r B R C# R B R A# R BW"
  160.   wait 2
  161.   play "Harpsichord" tempo 380 "b3 c#4 d e f# g a#3 g4 f# e d c# d r f# r B R C# R B R A# R BW"
  162.   show card button "cd"
  163.   wait 6 seconds
  164.   show background button "continue"
  165.   set lockScreen to true
  166.   set userLevel to 1
  167.   go to next card
  168. end mouseUp
  169.  
  170.  
  171.  
  172. -- part 15 (button)
  173. -- low flags: 00
  174. -- high flags: 0000
  175. -- rect: left=380 top=301 right=342 bottom=476
  176. -- title width / last selected line: 0
  177. -- icon id / first selected line: 0 / 0
  178. -- text alignment: 1
  179. -- font id: 0
  180. -- text size: 12
  181. -- style flags: 0
  182. -- line height: 16
  183. -- part name: New Button
  184.  
  185.  
  186. -- part contents for card part 5
  187. ----- text -----
  188. A CD-ROM system requires:
  189.  
  190. ‚Ä¢   a CD-ROM drive
  191. ‚Ä¢   a computer
  192. ‚Ä¢   a compact disc 
  193. ‚Ä¢   search software
  194.  
  195. Click on the Start button to view the operation.
  196.  
  197. -- part contents for card part 6
  198. ----- text -----
  199. Summary:  Configuration
  200.  
  201. -- part contents for background part 13
  202. ----- text -----
  203.  
  204.  
  205.  
  206.  
  207.  
  208.